DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldHighlightRow Method

In This Topic
    ShouldHighlightRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ShouldHighlightRow( _
       ByVal tableView As UIKit.UITableView, _
       ByVal rowIndexPath As Foundation.NSIndexPath _
    ) As Boolean
    public virtual bool ShouldHighlightRow( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath rowIndexPath
    )

    Parameters

    tableView
    rowIndexPath
    See Also